@charset "utf-8";
*{margin: 0; padding: 0; }

a, a:hover {text-decoration:none; color:#333; }
ul, li {list-style: none;}

.mt-tabpage {width:410px; height:500px;}
.mt-tabpage-title {
	height:34px;
	font-size:0;
	background-color:#fff;
	width:410px;
	margin:auto;
	background:#fff;
	border-bottom:1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display:inline-block;
	width:105px;
	height:35px;
	line-height:35px;
	text-align:center;
   font-family:微软雅黑; font-size:18px; color:#295F8B;}
   
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #eb4537;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color:#eb4537; font-family:微软雅黑; 
	font-size:18px;
	border-bottom: 1px solid #F85B5E;
}
.mt-tabpage-count {
	position:relative;
	width:410px;
	height:500px;
	overflow:hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width:410px;
	height:500px;	
	
}
